Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/152 - Voice Recorder/

Readme.md /cody/swapnilsparsh/30DaysOfJavaScript/152 - Voice Recorder/Readme.md
245 Views
0 Comments
# Voice Recorder 🎙:
> It's a Voice Recorder made using HTML,CSS,JS , used to record audio from user and save this audio for furt
index.html /cody/swapnilsparsh/30DaysOfJavaScript/152 - Voice Recorder/index.html
403 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Voice Recorder🎙</title>
<link rel="stylesheet" href
script.js /cody/swapnilsparsh/30DaysOfJavaScript/152 - Voice Recorder/script.js
207 Views
0 Comments
class VoiceRecorder {
constructor() {
if (navigator.mediaDevices && navigator.mediaDevices.getUserMedia) {
console.log("ge
style.css /cody/swapnilsparsh/30DaysOfJavaScript/152 - Voice Recorder/style.css
153 Views
0 Comments

html{
font-family: cursive;
}
.container {
display: flex;
flex-direction: column;
}